ComponentOne Xamarin Edition
C1SelectManyCollectionView<S,T> Class
Members 
C1.CollectionView Assembly > C1.CollectionView Namespace : C1SelectManyCollectionView<S,T> Class
The type of the items in the source collection.
The type of the items in the collection view.
Collection which allows transforming the items through a select many clause.
Syntax
public class C1SelectManyCollectionView<S,T> : C1HierarchicalCollectionView<T>, ICollectionView<T>, ISupportAsyncLoading<T>, ISupportEditing, ISupportIncrementalLoading, ISupportSorting  
where S: class
where T: class
Type Parameters
S
The type of the items in the source collection.
T
The type of the items in the collection view.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1HierarchicalCollectionView<T>
      C1.CollectionView.C1SelectManyCollectionView<S,T>

See Also

Reference

C1SelectManyCollectionView<S,T> Members
C1.CollectionView Namespace